home *** CD-ROM | disk | FTP | other *** search
- #pragma once
- /******************************************************************************
- ** **
- ** Module: Text3D.h **
- ** **
- ** **
- ** Purpose: **
- ** **
- ** **
- ** **
- ** Copyright (C) 1992, 1993 Apple Computer, Inc. All rights reserved. **
- ** **
- ** **
- *****************************************************************************/
- #ifndef Text3D_h
- #define Text3D_h
-
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- TQ3GroupObject ReadText(
- void);
-
- TQ3GroupObject MakeText(
- char *str);
-
- #ifdef __cplusplus
- }
- #endif /* __cplusplus */
-
- #endif /* Text3D_h */
-
-
-